summaryrefslogtreecommitdiff
path: root/app/api/files/[...path]/route.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/api/files/[...path]/route.ts')
-rw-r--r--app/api/files/[...path]/route.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts
index c9d530de..81f4b95d 100644
--- a/app/api/files/[...path]/route.ts
+++ b/app/api/files/[...path]/route.ts
@@ -42,7 +42,7 @@ const isAllowedPath = (requestedPath: string): boolean => {
'vendor-investigation',
'vendor-responses',
'vendor-evaluation',
- 'vendor-evaluation-submit',
+ 'evaluation-attachments',
'vendor-attachments',
];